THE FANTASTIC ADVENTURES OF LOUIE THE CHIMP

This disk is a departure from the usual format of other
Multimedia Disks for the ADAM. While it has music and
pictures, it has no text scroll. The text is actually on the
pictures for you to read. The DATA statements that usually
hold the text are empty and spaced so the program knows
to end at a specific point. Ordinarily, the program ends
when the last DATA statement is read, so it needed to be
padded out so it wouldn't end until the last picture is
displayed.

Each picture will display for 40-45 seconds depending on
whether you are running this via emulation or on a real ADAM.

If this is insufficient time for you to read each picture, you
can go into the SmartBasic program (Apesoft) and adjust
the time. It is on line 219 and currently reads this:

219  i = 650: REM delay

Increasing the value of 'i' will make each picture display longer,
decreasing the value will make the picture display a shorter
length of time.

When you boot the disk and get to the <Adam> or <Midi> screen
simply hit Ctrl-C a few times to break the program, list line 219,
and type in a new value for 'i'. You can then either 'RUN' the program
for a one-time change, or 'SAVE Apesoft' to re-save the program
with the new value.

v2.0 - A feature has been added where you can press any key to advance to the next picture rather than it automatically advancing. You will get a prompt saying "PRESS ANY KEY TO CONTINUE..."